home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TCHECKOUTFORM / TCHECKOUTFORM.txt < prev   
Text File  |  2004-10-13  |  5KB  |  224 lines

  1. object Checkoutform: TCheckoutform
  2.   Left = 203
  3.   Top = 134
  4.   Width = 569
  5.   Height = 459
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Checkout'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 459
  10.   Constraints.MinWidth = 569
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     561
  21.     425)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Topbevel: TBevel
  25.     Left = 0
  26.     Top = 65
  27.     Width = 561
  28.     Height = 8
  29.     Align = alTop
  30.     Shape = bsTopLine
  31.   end
  32.   object Drivelabel: TLabel
  33.     Left = 8
  34.     Top = 72
  35.     Width = 28
  36.     Height = 13
  37.     Caption = 'Drive:'
  38.   end
  39.   object Folderlabel: TLabel
  40.     Left = 8
  41.     Top = 120
  42.     Width = 32
  43.     Height = 13
  44.     Caption = 'Folder:'
  45.   end
  46.   object Targetlabel: TLabel
  47.     Left = 8
  48.     Top = 336
  49.     Width = 34
  50.     Height = 13
  51.     Anchors = [akLeft, akBottom]
  52.     Caption = 'Target:'
  53.   end
  54.   object Bottombevel: TBevel
  55.     Left = 8
  56.     Top = 384
  57.     Width = 545
  58.     Height = 9
  59.     Anchors = [akLeft, akRight, akBottom]
  60.     Shape = bsTopLine
  61.   end
  62.   object Toppanel: TPanel
  63.     Left = 0
  64.     Top = 0
  65.     Width = 561
  66.     Height = 65
  67.     Align = alTop
  68.     BevelOuter = bvNone
  69.     Color = clWhite
  70.     TabOrder = 0
  71.     DesignSize = (
  72.       561
  73.       65)
  74.     object Captionlabel: TLabel
  75.       Left = 8
  76.       Top = 8
  77.       Width = 102
  78.       Height = 13
  79.       Caption = 'Checkout Archive'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object Infolabel: TLabel
  88.       Left = 16
  89.       Top = 24
  90.       Width = 476
  91.       Height = 26
  92.       Caption = 
  93.         'Please enter the target folder where you want all files to be ex' +
  94.         'tracted and a name of the folder group. Click OK to continue.'
  95.       WordWrap = True
  96.     end
  97.     object Image: TImage
  98.       Left = 508
  99.       Top = 8
  100.       Width = 48
  101.       Height = 48
  102.       Anchors = [akTop, akRight]
  103.       AutoSize = True
  104.       Picture.Data = {<image000.bmp>}
  105.       Transparent = True
  106.     end
  107.   end
  108.   object Targetcombobox: TComboBox
  109.     Left = 8
  110.     Top = 352
  111.     Width = 273
  112.     Height = 21
  113.     Anchors = [akLeft, akRight, akBottom]
  114.     ItemHeight = 13
  115.     TabOrder = 1
  116.   end
  117.   object Optionsgroupbox: TGroupBox
  118.     Left = 288
  119.     Top = 80
  120.     Width = 265
  121.     Height = 153
  122.     Anchors = [akTop, akRight]
  123.     Caption = 'Options'
  124.     TabOrder = 2
  125.     object Namelabel: TLabel
  126.       Left = 16
  127.       Top = 24
  128.       Width = 61
  129.       Height = 13
  130.       Caption = 'Group name:'
  131.     end
  132.     object Nameedit: TEdit
  133.       Left = 16
  134.       Top = 40
  135.       Width = 233
  136.       Height = 21
  137.       TabOrder = 0
  138.       Text = 'Untitled'
  139.     end
  140.     object Opencheckbox: TCheckBox
  141.       Left = 16
  142.       Top = 72
  143.       Width = 241
  144.       Height = 17
  145.       Caption = 'Open group folder after extraction'
  146.       Checked = True
  147.       State = cbChecked
  148.       TabOrder = 1
  149.     end
  150.     object Progdoccheckbox: TCheckBox
  151.       Left = 16
  152.       Top = 96
  153.       Width = 247
  154.       Height = 17
  155.       Caption = 'Create icons for programs and documents only'
  156.       Checked = True
  157.       State = cbChecked
  158.       TabOrder = 2
  159.     end
  160.     object Delcheckbox: TCheckBox
  161.       Left = 16
  162.       Top = 120
  163.       Width = 241
  164.       Height = 17
  165.       Caption = 'Promt deletion after extraction'
  166.       Checked = True
  167.       State = cbChecked
  168.       TabOrder = 3
  169.     end
  170.   end
  171.   object Cancelbutton: TButton
  172.     Left = 480
  173.     Top = 392
  174.     Width = 75
  175.     Height = 25
  176.     Anchors = [akRight, akBottom]
  177.     Cancel = True
  178.     Caption = 'Cancel'
  179.     ModalResult = 2
  180.     TabOrder = 3
  181.   end
  182.   object Okbutton: TButton
  183.     Left = 400
  184.     Top = 392
  185.     Width = 75
  186.     Height = 25
  187.     Anchors = [akRight, akBottom]
  188.     Caption = 'OK'
  189.     Default = True
  190.     ModalResult = 1
  191.     TabOrder = 4
  192.     OnClick = OkbuttonClick
  193.   end
  194.   object Helpbutton: TButton
  195.     Left = 8
  196.     Top = 392
  197.     Width = 75
  198.     Height = 25
  199.     Anchors = [akLeft, akBottom]
  200.     Caption = 'Help'
  201.     TabOrder = 5
  202.     OnClick = HelpbuttonClick
  203.   end
  204.   object Shelltree: TPTShellTree
  205.     Left = 8
  206.     Top = 136
  207.     Width = 273
  208.     Height = 193
  209.     Indent = 19
  210.     OnChange = ShelltreeChange
  211.     TabOrder = 6
  212.     Anchors = [akLeft, akTop, akRight, akBottom]
  213.   end
  214.   object Shellcombobox: TPTShellCombo
  215.     Left = 8
  216.     Top = 88
  217.     Width = 273
  218.     Height = 22
  219.     ShellTree = Shelltree
  220.     TabOrder = 7
  221.     Anchors = [akLeft, akTop, akRight]
  222.   end
  223. end
  224.